From 7f4f660db66453ca0abdd5d1b9be536e01068155 Mon Sep 17 00:00:00 2001 From: Jakob Gillich Date: Mon, 17 Nov 2014 19:16:50 +0100 Subject: [PATCH] hide curl progress output --- src/doc/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/index.md b/src/doc/index.md index 57e8e1f68..1046141eb 100644 --- a/src/doc/index.md +++ b/src/doc/index.md @@ -6,7 +6,7 @@ The easiest way to get Cargo is to get the Rust nightly build by using the `rustup` script: ```shell -$ curl https://static.rust-lang.org/rustup.sh | sudo bash +$ curl -sS https://static.rust-lang.org/rustup.sh | sudo bash ``` This will get you the latest Rust nightly for your platform along with -- 2.30.2